ErrorDispatchDetails

data class ErrorDispatchDetails(val responseMode: ResponseMode, val nonce: String?, val state: String?, val clientId: VerifierId?, val responseEncryptionSpecification: ResponseEncryptionSpecification?) : Serializable(source)

Information required for an AuthorizationRequestError to be dispatchable.

Constructors

Link copied to clipboard
constructor(responseMode: ResponseMode, nonce: String?, state: String?, clientId: VerifierId?, responseEncryptionSpecification: ResponseEncryptionSpecification?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard